home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 1501_600 / DISK1533 / DISK1533.ZIP / FILE1533.TXT < prev    next >
Text File  |  1989-08-10  |  4KB  |  117 lines

  1. Disk No: 1533
  2. Program Title: LEOCE TOOLKIT
  3. PC-SIG version:  1
  4.  
  5. Bring UNIX functionality to MS-DOS with the LEOCE TOOLKIT, a
  6. collection of utilities complete with textbook quality C source code
  7. that beginner programmers will find highly useful.
  8.  
  9. DLT.COM     Routine to permit deleting of multiple files without
  10.             wildcards (like UNIX RM command).
  11.  
  12. ENTAB.COM   Converts spaces in files to tabs according to options specified,
  13.             or default processing using 8 spaces per tab.
  14.  
  15. HEAD.COM    The UNIX HEAD command, reads a number of lines (20 default),
  16.             from the start of a file and writes them to the screen.
  17.  
  18. MERGE.COM   Routine will read the .A output from the Turbo C compiler and
  19.             read the .C source, and merge the two, this is useful to see
  20.             how the compiler has translated individual code segments.
  21.  
  22. PR.COM      The UNIX PR function, generates formatted print files with
  23.             carriage returns to a file or the printer.
  24.  
  25. SIZEOF.COM  The UNIX SIZEOF routine: counts the number of bytes in a file.
  26.  
  27. STGMAP.COM  Traces through memory reporting the names and sizes of hooked
  28.             vectors for all active load modules in memory.  This is useful
  29.             to determine if virus programs or renegade TSR programs are
  30.             present.
  31.  
  32. TAIL.COM    The UNIX TAIL function: reads n (20 default) lines from the
  33.             bottom of a file onto the screen.
  34.  
  35. TEE.COM     The UNIX TEE function, will copy a file both to the screen and
  36.             to a designated file (with optional redirection for input and
  37.             output). This is commonly called a FILTER function.
  38.  
  39. TP.COM      Routine to replace the DOS/CP TYPE command.  This function will
  40.             type a file onto the screen, there are a number of options
  41.             supported to control output, such as tp/p file file file ... ,
  42.             files are output 1 tube at a time followed by --More-- prompt.
  43.  
  44. WILD.C      C Source for supporting file wildcard processing in a C program.
  45.  
  46. CMDLINE.C   C source for supporting command line switch processing.
  47.  
  48.  
  49. Synopsis:  Tools for bringing Unix functionality to DOS, including
  50. Tail, Tee, RM, PR, SIZEOF, HEAD functions and more.  C source code
  51. included.
  52.  
  53. Usage:  Utilities/DOS/Unix.
  54.  
  55. Special Requirements:  None.
  56.  
  57. How to Start:  Type GO (press enter).
  58.  
  59. Suggested Registration:  None.
  60.  
  61. Author:   Steve Leoce.
  62.  
  63. File Descriptions:
  64.  
  65. README   DOC  Documentation.
  66. ???????? C    C source code (13 files).
  67. STGMAP   ASM  Assembly source.
  68. ???????? COM  Utility Programs (10 files).
  69.  
  70. ================================================================================
  71.  
  72. Disk No: 1533
  73. Program Title:  PC-ENCRYPT
  74. PC-SIG version: 1.0
  75.  
  76. PC-ENCRYPT keeps unauthorized users from peeking at your files!
  77.  
  78. Whether you work in a profession where you are required to keep
  79. information about clients or projects confidential, or you just want a
  80. little more privacy for that computerized diary of yours, PC-ENCRYPT
  81. puts a zipper on your files that only you can open.
  82.  
  83. The program accepts a password key of up to 255 characters, including
  84. spaces, and then makes an encrypted copy of a designated file.  The
  85. copy can not be decoded, without a supercomputer, unless it is
  86. decrypted by PC-ENCRYPT with the appropriate password.
  87.  
  88. Also, includes HEXDUMP that translates a file into hexadecimal numbers
  89. and displays them page-by-page.
  90.  
  91. Synopsis:  Encrypt your most secret files with passwords up to 25
  92. characters long.
  93.  
  94. Usage:  Data Security/Encryption/Hex Dump.
  95.  
  96. Special Requirements:   None.
  97.  
  98. How to Start:  Type GO (press enter).
  99.  
  100. Suggested Registration: $27.50 (Australian).
  101.  
  102. Author: D.J. Lincoln, Australia.
  103.  
  104. File Descriptions:
  105.  
  106. ???????  DOC  Documentation.
  107. DECRYPT  EXE  Decryption Program.
  108. ENCRYPT  EXE  Encryption Program.
  109. HEXDUMP  EXE  Hexdecimal printout program.
  110.  
  111. The PC-SIG Library
  112. 1030D E. Duane Avenue
  113. Sunnyvale Ca. 94086
  114. (408) 730-9291
  115. (c) Copyright 1989 PC-SIG, Inc.
  116.  
  117.